Link X instead of Bluesky, and drop the empty feed page - #52
Merged
Conversation
The Bluesky account has no posts. Its nav link had already been removed so visitors were not sent to a blank page, which left the page itself building and the profile link on the homepage pointing at an account with nothing on it. NAME doubles as the Feather icon name, and Feather ships no bluesky glyph, so that entry rendered a bare word with an empty box beside it. Feather ships no x glyph either, so the X profile is keyed twitter for the icon and for the schema.org sameAs lookup in Head.astro, with a new optional LABEL carrying what the visitor actually reads. - SOCIALS: bluesky replaced by x.com/t_leinss - src/pages/social.astro removed along with the Bluesky feed script - llms.txt listed a contact URL that no longer exists; it now lists the three profiles directly Test plan: - [x] make lint - [x] make build, 81 pages, 1740 internal links, none broken - [x] built HTML contains no bsky reference - [x] sameAs carries the X profile, and the icon renders as twitter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Bluesky account has no posts. Its nav link had already been removed so visitors were not sent to a blank page, which left the page still building and the homepage profile link still pointing at an account with nothing on it.
What changed
SOCIALS: Bluesky replaced byx.com/t_leinss.NAMEdoubles as the Feather icon name and as the keyHead.astrouses for the schema.orgsameAslist. Feather ships noblueskyglyph, so that entry rendered a bare word with an empty box beside it. Feather ships noxglyph either, so the entry is keyedtwitterand a new optionalLABELcarries what the visitor reads.src/pages/social.astroremoved, along with the client-side Bluesky feed script. X has no free public feed API, so there is nothing to replace it with.public/llms.txtpointed at/social/, which no longer exists. It now lists the three profiles directly.Test plan
make lintmake build: 81 pages, 1740 internal links, none brokenbskyreferencesameAscarries the X profile; the icon renders astwitter